Component org.nuxeo.ecm.core.query.properties
In bundle org.nuxeo.ecm.core.query
Resolution Order
156
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.query.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that defines the default maxPageSize to use when no
value is defined on the page provider contribution.
Value '0' means no limit.
</documentation>
<property name="nuxeo.pageprovider.default-max-page-size">1000</property>
</extension>
</component>